home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / conv / TxtToHTMLv1.4.readme < prev   
Text File  |  2002-05-09  |  2KB  |  68 lines

  1. Short:    Converts txt files to HTML Docs (+GUI)
  2. Author:   Krzysztof "ssnake" Olsztynski (ssnake@interia.pl)
  3. Uploader: Krzysztof "ssnake" Olsztynski (ssnake@interia.pl)
  4. Version:  1.4
  5. Type:     util/conv
  6. Requires: Amiga, some mem.
  7.  
  8.            wizard.library for GUI.
  9.  
  10.  
  11. This is simple TXT to HTML converter.It`s very useful
  12. when You make a web site and want to add there Your
  13. text files.
  14.  
  15. Usage: TxtToHTML <inputfile> [outputfile] [options]
  16.  
  17. OPTIONS:
  18.    -centre             Center all text
  19.    -iso2               Convert AmigaPL -> ISO-8859-2
  20.    -fsize <size>       Font size (1-7) [Default is 3]
  21.    -fcolour <colour>   Font colour 
  22.    -bgcolour <colour>  BackGround colour
  23.    -pre                Preformated blocks !!! 
  24.    -nbsp               Non-breaking space
  25.    -pf                 Paragraph formatting
  26.    -makelinks          Make links
  27.  
  28.  
  29. Only inputfile is require.
  30.  
  31.  inputfile      text file to convert
  32.  outputfile     path to html file (converted inputfile)
  33.  
  34.  
  35.  
  36. TxtToHTML history:
  37.  
  38.  1.4 (05-05-2002)  -  Fixed bug in mailto links '@' (MakeLinks option).
  39.                    -  Added making ftp links (MakeLinks option).
  40.                    -  Replaced [68020] version of TxtToHTML by new 
  41.                       [68020-60] one.
  42.                    -  Fixed another bug in MakeLinks function 
  43.                       (MakeLinks option).
  44.  
  45.  1.3 (03-05-2002)  -  Fixed wrong converting Copyright '©' mark.
  46.                    -  Fixed converting tabulature mark.
  47.                    -  Removed writing <FONT SIZE="x"> when preformated
  48.                       blocks option is enable.
  49.                    -  Fixed wrong converting Registered trademark '®' mark.
  50.                    -  Added makelinks option.
  51.                    -  Fixed some small bugs.
  52.  
  53.  1.2 (21-03-2002)  -  Sped up.
  54.                    -  Added paragraph formatting option.
  55.                    -  Optimalized source code.
  56.                    -  Fixed some small bugs.
  57.                    -  Added GUI (wizard).
  58.  
  59.  1.1 (01-01-2002)  -  Rewrote all source code.
  60.                    -  Added font colour, background colour and font size
  61.                       options.
  62.                    -  Added preformated blocks option.
  63.                    -  Added non-breaking space option.
  64.                    -  Changed status on E-MAILWARE.
  65.  
  66.  1.0 (16-07-2001)  -  First release.
  67.  
  68.